home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / dlx70bbs.zip / DLX70SRC.ZIP / NEWASM.INT < prev    next >
Text File  |  1994-01-19  |  553b  |  16 lines

  1. {***Interface to the NEWASM assembler utilities package***}
  2.  
  3. {DLX Bulletin Board System V7.0
  4.  
  5.  FREEWARE NOTICE
  6.  
  7.  DLX V7.0 is placed in the public domain by its author, Richard Gillmann.
  8.  Anyone who wishes to may run the program, copy it, or modify it for
  9.  any purpose, including commercial gain.}
  10.  
  11. function uc(chara : char) : char; EXTERN;
  12. function lc(chara : char) : char; EXTERN;
  13. procedure ucs(consts s1,s2 : lstring); EXTERN;
  14. procedure lcs(consts s1,s2 : lstring); EXTERN;
  15. procedure lseek(handle : integer; newpos : integer4); EXTERN;
  16.